From: Juanma Barranquero Date: Fri, 12 Oct 2012 16:32:40 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~690^2~13 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c40239dff913de4a404f97568a755deb2086db76;p=emacs.git src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index e2ed9293668..42f96587ccc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-10-12 Juanma Barranquero + + * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies. + 2012-10-12 Eli Zaretskii * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 97e303a01d4..2acce9c123f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -833,9 +833,9 @@ $(BLD)/fileio.$(O) : \ $(SRC)/blockinput.h \ $(SRC)/commands.h \ $(NT_INC)/pwd.h \ + $(NT_INC)/sys/file.h \ $(NT_INC)/sys/stat.h \ $(NT_INC)/unistd.h \ - $(NT_INC)/sys/file.h \ $(BUFFER_H) \ $(CHARACTER_H) \ $(CODING_H) \ @@ -1633,6 +1633,7 @@ $(BLD)/w32select.$(O) : \ $(CHARSET_H) \ $(CODING_H) \ $(CONFIG_H) \ + $(KEYBOARD_H) \ $(LISP_H) \ $(W32TERM_H)